Skip to content

feat(lab1): juice shop deploy + PR template + triage report#1

Open
StefFashka wants to merge 2 commits into
mainfrom
feature/lab1
Open

feat(lab1): juice shop deploy + PR template + triage report#1
StefFashka wants to merge 2 commits into
mainfrom
feature/lab1

Conversation

@StefFashka

@StefFashka StefFashka commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Goal

Deploy OWASP Juice Shop v20.0.0, add the Lab 1 triage report, PR template, and CI smoke test workflow.

Changes

  • .github/PULL_REQUEST_TEMPLATE.md β€” added a reusable PR template for future labs.
  • submissions/lab1.md β€” added the Lab 1 submission with deployment details, surface notes, security headers, and risk summary.
  • .github/workflows/lab1-smoke.yml β€” added a GitHub Actions smoke test for Juice Shop on pull requests.

Testing

docker ps --filter name=juice-shop --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'
# Expected: juice-shop Up ... 127.0.0.1:3000->3000/tcp

curl.exe -s -o NUL -w "HTTP %{http_code}`n" http://127.0.0.1:3000
# Expected: HTTP 200

curl.exe -s http://127.0.0.1:3000/api/Products
# Expected: JSON response with product data

curl.exe -s http://127.0.0.1:3000/rest/admin/application-version
# Expected: version 20.0.0

Artifacts & Screenshots

Submission report: submissions/lab1.md
PR template: .github/PULL_REQUEST_TEMPLATE.md
Smoke test workflow: .github/workflows/lab1-smoke.yml
Screenshot evidence: images/image.png
Draft PR URL: #1
GitHub Actions run URL: https://github.com/StefFashka/DevSecOps-Intro/actions/runs/27681432984/job/81869588227

Required checklist:

  • Task 1 done β€” Juice Shop deployed, triage report in submissions/lab1.md
  • Task 2 done β€” .github/PULL_REQUEST_TEMPLATE.md created
  • Task 3 done β€” GitHub stars + follows complete
  • Bonus done β€” lab1-smoke.yml runs green on this PR

@StefFashka StefFashka marked this pull request as ready for review June 17, 2026 11:40
@StefFashka StefFashka changed the title lab 1 submission for draft pr feat(lab1): juice shop deploy + PR template + triage report Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant